*{margin: 0px;padding: 0px;}
body{min-width:1373px;background:#ffffff;background-image:url();background-repeat:repeat-x;background-position:0px 0px;margin:0px;padding:0px;text-decoration:none;font-size: 12px;font-variant:normal;font-family: "微软雅黑";}/*为部分带全站背景图准备可以将背景图或背景色部分删除掉*/
a:link,a:visited,a:hover,a:active{text-decoration:none;}
a{text-decoration: none;}
li{list-style-type:none;}
ul,ol{list-style-type: none;list-style-image: none;}
/*清除浮动*/
 

.main{
	width: 1200px;
	margin:0 auto;
}
.head{
	width: 100%;
	height:125px;
	overflow: hidden;
}
.top{
	width: 100%;
	height: 30px;
	background: #f0f0f0;
 
}
.top p{
	font-size: 13px;
	color:#000000;
	line-height: 30px;
	float: left;
}
.top ul{
	float: right;
}
.top ul li{
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	line-height: 30px;
	position: relative;
}
.top ul li a{
	font-size: 13px;
	color:#333333;
}
.top ul li:after{
	content: "";
	width: 1px;
	height: 13px;
	position: absolute;
	top:9px;
	right: 0;
	background: #333333;
}
.top ul li:last-child:after{
	width: 0;
}
.head .main{
	display: flex;
	align-items:center;
	height: 125px;
	justify-content: space-between;
}
.nav{
	width: 100%;
	height: 60px;
	background:#2957AC;
}
.nav ul{
	width: 1200px;
	margin:0 auto;
	height: 60px;
}
.nav ul li{
	float: left;
	width: 150px;
	height: 60px;
	text-align: center;
	line-height: 60px;
	position: relative;
}
.nav ul li:after{
	content: "";
	width: 1px;
	height: 17px;
	background: url(../images/icon04.png) no-repeat center;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -8px;
}
.nav ul li:last-child:after{
	width: 0;
	height: 0;
	overflow: hidden;
}
.nav ul li ul li {
	height: 50px;
	border-bottom: 1px solid #BABBB5;
	line-height: 50px;
}
.nav ul li:last-child{
	border: none;
}
.nav ul li a{
	color:#fff;
	font-size: 16px;
}
.nav ul li:hover{
	background: #ffcc00;
}
.nav ul li:hover a{
	color:#2957ac;
}

.nav ul li:hover ul li a{
	color:#fff;
}

.nav ul li:hover ul {
	display: block;
}
.nav ul ul{
	position: absolute;
	right: 0;
	top: 60px;
	width: 100%;
	z-index: 1;
	background: #2957AC;
	height: auto;
	display: none;
	overflow: hidden;
}
.nav ul ul li:after{
	width: 0;
	height: 0;
	overflow: hidden;
}

.nav ul ul li:hover a{
	color:#2957ac !important;
}
.banner{ 
	width:100%;
	margin:0 auto; 
	overflow:hidden; 
	position:relative; 
 
}
.banner .hd{
 height:auto;
 overflow:hidden; 
 position:absolute; 
 width: 100%;
 bottom:10px; 
 z-index:1; 
}
.banner .hd ul{
 overflow:hidden; 
 zoom:1; 
 float:left; 
 display: flex;
 justify-content: center;
 width: 100%;

}
.banner .hd ul li{
 float:left; 
margin: 0 10px;
 width:15px; 
 height:15px; 
 line-height:14px; 
 text-align:center; 
 cursor:pointer;
 border-radius: 50%;
 border: 1px solid #2957ac;
 
}
.banner .hd ul li.on{
 background:#2957ac; 
 
}
.banner .bd{
 position:relative; 
 height:100%;
  z-index:0; 
  width: 100%; 
}
.banner .bd li{
 zoom:1; 
 vertical-align:middle; 
}
.banner .bd img{
	width:100%; 
	display:block; 
}
.banner .prev,
.banner .next{
 position:absolute; 
 left:3%; 
 top:50%;
 margin-top:-3%;
 display:block; 
 width:32px;
 height:40px;  
 filter:alpha(opacity=50);opacity:0.5;   
}
.banner .next{
 left:auto; right:3%; 
 background-position:8px 5px; 
}
.banner .next {
	font-size: 
	58px;color:#fff;
}
.banner .prev{
	font-size: 
	58px;color:#fff;
}
.banner .prev:hover,
.banner .next:hover{
	filter:alpha(opacity=100);opacity:1;  
}
.banner .prevStop{ 
	display:none;  
}
.banner .nextStop{ display:none;  
}

.keywords{
	width: 100%;
	height: 60px;
	overflow: hidden;
	box-shadow: 0 0 10px 0px #e5e4e4;
}
.keywords p{
	float: left;
	line-height: 60px;
	color:#666666;
	font-size: 16px;
}
.keywords ul{
	float: right;
	width: 1120px;
}
.keywords ul li{
	float: left;
	padding: 0 10px;
	line-height: 60px;
	position: relative;
}
.keywords ul li:after{
	content: "";
	width: 1px;
	height: 12px;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -6px;
	background: #999999;
}
.keywords ul li:last-child:after{
	width: 0;
	overflow: hidden;
}
.keywords ul li a{
	color:#999999;
	font-size: 12px;
}

.title {
 
	height: auto;
	overflow: hidden;
}
.title p{
	color:#999999;
	font-size: 18px;
	font-family: 'Arial';
	text-transform: uppercase;
	text-align: center;
}
.title h4{
	color:#2957ac;
	font-size: 25px;
	text-align: center;
	background: url(../images/title.png) no-repeat center;
	height: 48px;
	line-height: 48px;
	margin-top: 5px;
}
.title b{
	color:#fe7807;
}
.product{
	width: 100%;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 30px;
}
.product .list{
	float: left;
	width: 272px;
	height: auto;
	overflow: hidden;
	background: #2957AC;
	margin-top: 20px;
}
.product .list .tit p{
	color:#fff;
	font-size: 24px;
	text-align: center;
	font-weight: bold;
	margin-top: 5px;
	background: url(../images/tit01.png) no-repeat center;l
}
.product .list .tit span{
	display: block;
	color: #fff;
	opacity: .8;
	text-align: center;
	margin-top: 30px;
}
.product .list  .bd{
	width: 250px;
	margin: 0 auto;
	height: auto;
	background: #ffffff;
	min-height: 920px;
	overflow: hidden;
	margin-top: 20px;
	margin-bottom: 10px;
}

.product .list  .bd h4{
	width: 100%;
	line-height: 54px;
	position: relative;
	height: 54px;
	border-bottom: 1px solid #ebebeb;
	background: url(../images/icon01.png) no-repeat 230px center;
}
.product .list  .bd h4:after{
	content: "";
	width: 10px;
	height: 10px;
	border-radius: 50%;
	border: 1px solid #bbbbbb;
	background: #fff;
	position: absolute;
	left: 20px;
	box-sizing: border-box;
	top: 50%;
	margin-top: -5px;
}


.product .list  .bd h4 a{
	color:#333333;
	font-size: 16px;
	font-weight: normal;
	 white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
	margin-left: 40px;
	display: block;
	width: 180px;
}

.product .list  .bd ul{
	width: 100%;
	height: auto;
	overflow: hidden;
}

.product .list  .bd ul{
	width: 220px;
	margin:0 auto;
	height: auto;
	overflow: hidden;
}

.product .list  .bd ul li{
	width:105px;
	height: auto;
	overflow: hidden;
	position: relative;
	float: left;
	line-height: 30px;
}
.product .list  .bd ul li:after{
	content: "";
	width: 3px;
	height: 6px;
	background: url(../images/icon06.png) no-repeat left center;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -3px;
}
.product .list  .bd ul li a{
	color:#585858;
	font-size: 12px;
	text-indent: 8px;
	 white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
	display: block;
}
.product .list  .bd ul li:nth-child(2n){
	float: right;
}
.product .list  .bd ul li:hover a{
	color:#FE7807;
}
.product .list  .bd .on {
	background: #FE7807  url(../images/icon05.png) no-repeat 225px center;
}
.product .list  .bd .on:after{
	background: url(../images/h01.png) no-repeat center;
	border: none;
}
.product .list  .bd .on a{
	color:#fff;
}
.product .tel{
	width: 100%;
	height: 272px;
	display: table-cell;
	vertical-align: middle;
	height: 204px;
	background: url(../images/bg01.png) no-repeat center;
}
.product .tel img{
	display: block;
	width: 100%;
}
.product .pic{
	width: 895px;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
	float: right;
}

.product .pic ul li{
	float: left;
	width: 290px;
	height: auto;
	overflow: hidden;
	margin-left: 12px;
}
.product .pic ul li img{
	display: block;
	width: 290px;
	height: 218px;
}
.product .pic ul li p{
	text-align: center;
	color:#333333;
	font-size: 15px;
	 white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 40px;
    line-height: 40px;
}
.product .pic ul li:nth-child(3n-2){
	margin-left: 0;
}
 
.img-box{
	overflow: hidden;
	height: auto;
}
.img-box img{
	transition: .5s;
}
.img-box:hover img{
	transform: scale(1.05);
}
 
.about{
	width: 100%;
	height: 590px;
	background: url(../images/about.jpg)  left center;
	margin-top: 55px;
	overflow: hidden;
}
.about  .tit{
	max-width: 1560px;
	margin: 0 auto;
	height: 162px;
	margin-top: 70px;
	overflow: hidden;
	background: url(../images/bg02.png) no-repeat center;
	background-size: 100% 100%;
}
.about  .tit p{
	color:#ffffff;
	font-weight: bold;
	font-size: 40px;
	text-align: right;
}
.about  .tit div{
	width: 570px;
	height: 85px;
	background: url(../images/title02.png) no-repeat center bottom;
	margin: 0 auto;
	margin-top: 35px;
}
.about .tit b{
	color:#fe7807;
}
.about  .intro{
	width: 1080px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 30px;
}
.about  .intro .info {
	color:#fff;
	font-size: 15px;
	line-height: 30px;
	text-indent: 2em;
}
.about  .intro .info a{
	color:#fe7807;
}

.about  .intro .ad{
	display: table;
	margin: 0 auto;
	height: auto;
	margin-top: 50px;
	overflow: hidden;
}
.about  .intro .ad ul li{
	float: left;
	width: 275px;
	height: auto;
	overflow: hidden;
	margin-left: 100px;
}
.about  .intro .ad ul li:first-child{
	margin-left: 0;
}
.about  .intro .ad ul li img{
	display: block;
	margin: 0 auto;
}
.about  .intro .ad ul li b{
	display: block;
	text-align: center;
	margin-top: 20px;
	padding-bottom: 20px;
	color:#ffffff;
	font-size: 18px;
	position: relative;
}
.about  .intro .ad ul li b:after{
	content: "";
	width: 40px;
	height: 1px;
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left: -20px;
	background: #9eb3d6;
}
.about  .intro .ad ul li p{
	width: 100%;
	text-align: center;
	color:#fff;
	font-size: 13px;
	color:#fff;
	margin-top: 15px;
}

.adv{
	width: 1200px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 43px;
}
.adv img{
	display: block;
}

.cases{
	width: 100%;
	height:460px;
	overflow: hidden;
	position: relative;
	margin-top: 40px;
}


.cases .bd{
	width: 1200px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 15px;
}
.cases .bd ul li{
	float: left;
	margin-right: 20px;
	width: 388px;
	height: auto;
	overflow: hidden;
}
.cases .bd ul li img{
	display: block;
	width: 388px;
	height: 291px;
}
.cases .bd ul li p{
	width: 100%;
	height: 40px;
	line-height: 40px;
	 white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
	text-align: center;
	color:#333333;
	font-size: 15px;
}
.cases .next,.cases .prev{
	display: block;
	width: 70px;
	height: 70px;
	background: #e0e0e0;
	color:#999999;
	font-size:60px;
	position: absolute;
	top: 100px;
	border-radius: 50%;
	text-align: center;
	line-height: 70px;
	font-weight: normal;
}
.cases .next{
	background: url(../images/next.png)no-repeat center;
}
.cases .next:hover {
	background: url(../images/h02.png) no-repeat center;
}
.cases .prev{
	right: 0;
	background: url(../images/prev.png)no-repeat center;
}
.cases .prev:hover {
	background: url(../images/h03.png) no-repeat center;
}
.cases .main{
	width:1373px;
	margin: 0 auto; 
	position: relative;
}


.section{
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #F2F2F2;
	border-top: 2px solid #2957ac;
	padding-top: 53px;
	padding-bottom: 50px;
}

.section .left{
	float: left;
	width: 397px;
	height: auto;
	overflow: hidden;
}
.section  .part{
	width: 100%;
	box-sizing: border-box;
	height: auto;
	overflow: hidden;
	border-top: 2px solid #2957ac;
	padding:  20px;
	background: #fff;
	margin-bottom: 10px;
}
.section  .part .tit{
	width: 100%;
	height: auto;
	overflow: hidden;
	line-height: 37px;
	border-bottom: 1px solid #e7e7e7;
}
.section  .part .tit p{
	color:#1a1a1a;
	font-size: 18px;
	font-weight: bold;
	float: left;
}
.section  .part .tit a{
	display: block;
	float: right;
	color:#666666;
	font-size: 12px;
	text-transform: uppercase;
}

.section .left .part .info{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 25px;
}
.section .left .part .info h4{
	color:#333333;
	font-size: 16px;
	position: relative;
	font-weight: normal;
	padding-bottom: 10px;
}
.section .left .part .info h4:after{
	content: "";
	width: 65px;
	height: 1px;
	position: absolute;
	background: #999999;
	left: 0;
	bottom: 0;
}
.section .left .part .info p{
	color:#666666;
	font-size: 14px;
	line-height: 24px;
	margin-top: 10px;
}
.section .left  .news ul li{
	width: 100%;
	height: auto;
	line-height: 30px;
	overflow: hidden;
	position: relative;
}
.section .left  .news ul li:hover a{
	color:#2957ac;
}
.section .left  .news ul li:after{
	content: "";
	width: 3px;
	height: 3px;
	background: #2957AC;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -1px;
}
.section .left .news ul {
	height: auto;
	overflow: hidden;
	margin-top: 15px;
}
.section .left .news ul li a{
	display: block;
	width: 240px;
	margin-left: 20px;
	float: left;
	color:#666666;
	font-size: 14px;
	line-height: 50px;
	 white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.section .left .news ul li span{
	display: block;
	float: right;
	color:#999999;
	line-height: 50px;
	font-size: 12px;
}
.section .right{
	float: right;
	width: 790px;
	height: auto;
	overflow: hidden;
}
.section .right .information ul li{
	width: 100%;
	height: auto;
	overflow: hidden;
	border-bottom: 1px solid #e7e7e7;
	margin-top: 20px;
	padding-bottom: 20px;
}
.section .right .information  img{
	display: block;
	float: left;
	width: 230px;
	height: 140px;
}

.section .right .information ul li .intro{
	width: 493px;
	float: right;
}
.section .right .information ul li .intro h4{
	color:#333333;
	font-size: 16px;
	display: block;
	width: 100%;
	font-weight: normal;
	 white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.section .right .information ul li .intro p{
	color:#666666;
	font-size: 14px;
	line-height: 24px;
	margin-top: 10px;
}
.section .right .information ul li .intro  span{
	display: block;
	color:#999999;
	font-size: 12px;
	margin-top: 10px;
}
.section .right .information ul li:hover .intro h4{
	color:#2957ac;
}
.links{
	width: 100%;
	height: 50px;
	background: #2957AC;
	overflow: hidden;
 
}

.links p{
	color:#fff;
	background: #FE7807;
	text-align: center;
	font-size: 18px;
	line-height:50px;
	float: left;
	width: 150px;
}
.links ul{
	float: left;
	width: 1030px;
	height: 50px;
	overflow: hidden;
}
.links ul li{
	padding: 0 10px;
	height: 50px;
	float: left;
	line-height: 50px;
	overflow: hidden;
	position: relative;
}

.links ul li:after{
    content:"";
    position:absolute;
    right:0px;
    top:50%;
    margin-top: -7px;
    height:14px;
    width:1px;
    background:#fff;
}

.links ul li:last-child:after{
    height:0px;
    width:0px;
}
.links ul li a{
	color:#fff;
	font-size: 14px;
}
.footer{
	width: 100%;
	height: auto;
	background: #222222;
	overflow: hidden;
}
 
.footer .intro{
	float: left;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}
 
.footer .intro .info{
	width: 100%;
	height: auto;
	overflow: hidden;
	color:#888888;
	font-size: 14px;
	line-height: 24px;
	margin-top: 20px;
}
.footer img{
	display:block;
}
.footer .main{
	height: 264px;
	overflow: hidden;
}
.footer  .ewm{
	float: right;
	display: block;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}
.footer  .ewm img{
	display: block;
	width: 148px;
	height: 148px;
}
.footer  .ewm p{
	text-align: center;
	color:#888888;
	font-size: 13px;
	line-height: 30px;
}

.footer .cr{
	width: 100%;
	height: 37px;
	background: #333333;
	text-align: center;
	line-height: 37px;
	color:#999999;
}
.footer .cr a{
	color:#999;
}
.float{
	width:auto;
	height: auto;
	overflow: hidden;
	position: fixed;
	bottom: 100px;
	right: 0;
	width: 180px;
}
.float ul li{
	width: 180px;
	margin-top: 5px;
	height:auto;
	overflow: hidden;
	margin-left: 130px;
	position: relative;
	transition: .5s;
 
}
 
.float ul li span{
	display: block;
	width: 50px;
	height: 50px;
	float: left;
}
.float ul li:nth-child(2):hover{
	margin-left: 0;
}
.float ul li:nth-child(3):hover{
	margin-left: 0;
}
.float ul li:nth-child(4):hover{
	margin-left: 0;
}
.float ul li:nth-child(4):hover img{
	height: 120px;
}
.float ul li p{
	float: left;
	font-size: 16px;
	color:#fff;
	width: 130px;
	text-align: center;
 	height: 50PX;
   	line-height: 50px;
	font-weight: bold;
	background: #454545;
 
}
.float ul li a{
	display: block;
	line-height: 50px;
	text-align: center;
	background: #454545;
	color:#fff;
	font-size: 16px;
	font-weight: bold;
}
.float ul li:nth-child(1) span{
	background:#454545 url(../images/float01.png)no-repeat  center;
}
.float ul li:nth-child(2) span{
	background:#454545 url(../images/float02.png)no-repeat   center;
}
.float ul li:nth-child(3) span{
	background:#454545 url(../images/float03.png)no-repeat   center;
}
.float ul li:nth-child(4) span{
	background:#454545 url(../images/float04.png)no-repeat   center;
}
.float ul li:nth-child(5) span{
	background:#454545 url(../images/float05.png)no-repeat   center;
}
.float ul li div{
	width:130px;
	float: left;
	background: #454545;
	height: auto;
	overflow: hidden;
}
.float ul li img{
	display: block;
	width: 120px;
	height:50px;
	transition: .3s;
	float: right;
	margin: 5px;
}


.gotop{
	position: fixed;
	right: 0;
	bottom: 100px;
}
.gotop img{
	display: block;
}


.in-content{
	width: 1200px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 30px;
	margin-bottom: 30px;
}

.left-cont{
	width: 272px;
	height: auto;
	overflow: hidden;
	float: left;
}

.left-cont .list{
	width: 272px;
	height: auto;
	overflow: hidden;
	background: #2957AC;
 
}
.left-cont .list .tit p{
	color:#fff;
	font-size: 24px;
	text-align: center;
	font-weight: bold;
	margin-top: 5px;
	background: url(../images/tit01.png) no-repeat center;l
}
.left-cont .list .tit span{
	display: block;
	color: #fff;
	opacity: .8;
	text-align: center;
	margin-top: 30px;
}


.left-cont .list  .bd{
	width: 250px;
	margin: 0 auto;
	height: auto;
	background: #ffffff;
	min-height:auto;
	padding-bottom: 40px;
	overflow: hidden;
	margin-top: 20px;
	margin-bottom: 10px;
}

.left-cont .list  .bd h4{
	width: 100%;
	line-height: 54px;
	position: relative;
	height: 54px;
	border-bottom: 1px solid #ebebeb;
	background: url(../images/icon01.png) no-repeat 230px center;
}
.left-cont .list  .bd h4:after{
	content: "";
	width: 10px;
	height: 10px;
	border-radius: 50%;
	border: 1px solid #bbbbbb;
	background: #fff;
	position: absolute;
	left: 20px;
	box-sizing: border-box;
	top: 50%;
	margin-top: -5px;
}


.left-cont .list  .bd h4 a{
	color:#333333;
	font-size: 16px;
	font-weight: normal;
	 white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
	margin-left: 40px;
	display: block;
	width: 180px;
}

.left-cont .list  .bd ul{
	width: 100%;
	height: auto;
	overflow: hidden;
}

.left-cont .list  .bd ul{
	width: 220px;
	margin:0 auto;
	height: auto;
	overflow: hidden;
}

.left-cont .list  .bd ul li{
	width:105px;
	height: auto;
	overflow: hidden;
	position: relative;
	float: left;
	line-height: 30px;
}
.left-cont .list  .bd ul li:after{
	content: "";
	width: 3px;
	height: 6px;
	background: url(../images/icon06.png) no-repeat left center;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -3px;
}
.left-cont .list  .bd ul li a{
	color:#585858;
	font-size: 12px;
	text-indent: 8px;
	 white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
	display: block;
}
.left-cont .list  .bd ul li:nth-child(2n){
	float: right;
}
.left-cont .list  .bd ul li:hover a{
	color:#FE7807;
}
.left-cont .list  .bd .on {
	background: #FE7807  url(../images/icon05.png) no-repeat 225px center;
}
.left-cont .list  .bd .on:after{
	background: url(../images/h01.png) no-repeat center;
	border: none;
}
.left-cont .list  .bd .on a{
	color:#fff;
}


.quick{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 15px;
	border: 1px solid #2957ac;
	box-sizing: border-box;
}

.quick .tit{
	width: 100%;
	height: 88px;
	overflow: hidden;
	background: #2957ac;
}
.quick .tit p{
	color:#fff;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	margin-top: 20px;
}

.quick .tit span{
	display: block;
	color:#fff;
	font-size: 16px;
	text-align: center;
	text-transform: uppercase;
	margin-top: 2px;
}

.quick ul{
	width: 210px;
	margin: 10px auto;
	height: auto;
	overflow: hidden;
}
.quick ul li {
	width: 100%;
	height: 30px;
	line-height: 30px;
	border-bottom: 1px dashed #ccc;
}

.quick ul li  a{
	color:#333;
	font-size: 14px;
	white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    overflow: hidden;
}

.quick .intro{
	width: 210px;
	margin: 10px auto;
	height: auto;
	overflow: hidden;
}

.quick .intro p{
	color:#333;
	font-size: 14px;
	line-height: 22px;
}


.right-cont{
	width: 894px;
	height: auto;
	overflow: hidden;
	float: right;
}


.pic-box{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
}
.pic-box ul {
	 
	height: auto;
	overflow: hidden;
}
.pic-box ul li{
	float: left;
	height: auto;
	width: 286px;
	overflow: hidden;
	margin-bottom: 15px;
	margin-left: 15px;
	border: 1px solid #ccc;
}
.pic-box ul li:nth-child(3n-2){
	margin-left: 0;
}
.pic-box ul li img{
	display: block;
	width: 100%;
}
.pic-box ul li p{
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 14px;
	color:#333;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}


.fy{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 50px;
	border-top: 1px solid #d2d2d2;
	border-bottom: 1px solid #d2d2d2;
}


 .fy p{
	width: 240px;
	height: 50px;
	float: left;
	line-height: 50px;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	padding: 0 10px;
    text-overflow: ellipsis;
	border-left: 1px solid #d2d2d2;

}
 .fy p:first-child{
 	border: none;
 }

 .fy a{
 	color:#333333;
 	font-size: 14px;
 }

  .fy .return{
  	float: right;
  	line-height: 50px;
  	width: 140px;
  	border-left: 1px solid #d2d2d2;
  	text-align: center;
  }


.page{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 50px;
 
}
.page  ul{
	display: table;
	margin: 0 auto;
}

.page  ul li{
	border: 1px solid #ccc;
	padding: 0 10px;
	height: 30px;
	line-height: 30px;
	color:#333;
	float: left;
	margin: 0 3px;
}
.page  ul li a{
	color:#333;
	
}
.page ul  .active{
	background: #333333;
	color:#fff;
}
 
.page  select{
	border: none;
	background: none;
	outline: none;
}



.detail-intro{
	width: 100%;
	height: auto;
	overflow: hidden;
	min-height: 500px;
	margin-top: 20px;
}
.detail-intro .tit{
	margin-bottom: 30px;
}
.detail-intro .tit p{
	color:#333333;
	font-size: 18px;
	height: 30px;
	border-bottom: 1px dashed #ccc;
	text-align: center;
}

.detail-intro .tit span{
	display: block;
	color:#333333;
	font-size: 12px;
	text-align: center;
	margin-top: 5px;
}

.detail-intro  .intro{
	width: 100%;
	height: auto;
	overflow: hidden;
	
}
.detail-intro  .intro img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
}

.detail-intro  .intro p{
	font-size: 16px;
	color:#333;
	line-height: 30px;
}

 
.cont-intro{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
}

.cont-intro .intro p{
	color:#333333;
	font-size: 16px;
	line-height: 40px;
}

 .map{
	width: 100%;
	border: 3px solid #d2d2d2;
	box-sizing: border-box;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
}

.map .allmap{
	width: 100%;
	height: 400px;
}

.mssg-intro{
	width:920px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
	background: #eeeeee;
}

.mssg-intro img{
	display: block;
	float: left;
}

.mssg-intro form{
	width: 480px;
	float: left;
	margin-left: 30px;
	margin-top: 30px;
}

.mssg-intro form ul li{
	width: 100%;
	height:auto;
	overflow: hidden;
	border: 1px solid #d2d2d2;
	margin-bottom: 15px;
	background: #fff;
	border-radius: 5px;
}
.mssg-intro form ul li input{
	height: 45px;
	border: none;
	width: 100%;
	outline: none;
	text-indent: 10px;
	color:#999999;
	font-size: 16px;
	background: none;
	font-family: '微软雅黑' ;
}

.mssg-intro form ul li textarea{
	width: 500px;
	height: 80px;
	border: none;
	outline: none;
	font-family: '微软雅黑' ;
	resize: none;
	background: none;
 	text-indent: 10px;
	padding-top: 10px;
	color:#999;
	font-size: 16px;
}

.mssg-intro form .btn input{
	width: 220px;
	display: block;
	height: 50px;
	float: left;
	margin-top: 20px;
	background: #2957ac;
	outline: none;
	border: none;
	font-size: 18px;
	color:#fff;
	border-radius: 5px;
}
.mssg-intro form .btn input:last-child{
	float: right;
	background: #999;
}


.title-bar{
	width: 100%;
	position: relative;
	height: 37px;
	border-bottom: 2px solid #2957ac;
}
.title-bar:after{
	content: "";
	width: 10px;
	height: 20px;
	position: absolute;
	left: 0;
	top:3px;
 
	background: #2957ac;
}
.title-bar h4{
	font-size: 18px;
 
	margin-left: 20px;
	color:#333333;
	font-size: 18px;
	float: left;
}
.crumbs{
	float: right;
}
.crumbs p{
	color:#666;
	font-size: 13px;

}

.crumbs img{
	display: block;
	float: left;
	margin-right: 10px;
}
.crumbs p{
	float: left;
 	line-height: 30px;

}
.crumbs a{
	color:#666;
	font-size: 13px;
	padding-right: 15px;
	position: relative;
	line-height: 30px;

}
.crumbs a:after{
	content: ">";
	position: absolute;
	right: 0px;
	color:#666;
	font-size: 12px;
	position: absolute;
	top: 0;
	line-height: 15px;
}
.crumbs a:last-child:after{
	display: none;
}

.news-list{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.news-list ul {
	height: auto;
	overflow: hidden;
	margin-top: 15px;
}
.news-list ul li{
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
	border-bottom: 1px solid #ccc;
}
.news-list ul li:hover a{
	color:#2957AC;
}
.news-list ul li:after{
	content: "";
	width: 4px;
	height: 4px;
	position: absolute;
 	left: 0;
 	border-radius: 50%;
	top: 50%;
	margin-top: -2px;
	background: #ccc;

}
.news-list ul li a{
	display: block;
	width: 240px;
	margin-left: 20px;
	float: left;
	color:#666666;
	font-size: 16px;
	line-height: 50px;
	 white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.news-list ul li span{
	display: block;
	float: right;
	color:#999999;
	line-height: 50px;
	font-size: 12px;
}